-
-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(stop): change csgoserver stop mode #3171
fix(stop): change csgoserver stop mode #3171
Conversation
0bfd959
to
f490038
Compare
subject should be either feat or fix. Refactor is not supported (but wish it was). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CS:GO in this instance is acting like many GolgSrc servers in that quit triggers a restart of the server
The solution is to change CS:GO to use 9: GoldSrc
stop option as it sends quit then closes 3 seconds after the quit.
I suppose correct server shutdown better than restart and killing process. |
@TheByKotik The correct shutdown is quit then ctrl+c. ctrl+c alone is forcing close |
CTRL + C will be delayed with |
Co-authored-by: Daniel Gibbs <[email protected]>
Co-authored-by: Daniel Gibbs <[email protected]>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Changes stop mode to 9 (GoldSrc) to take in to account
-autoupdate
in the arguments.Fixes #2992
Type of change
Checklist
PR will not be merged until all steps are complete.
develop
branch as its base.Documentation
If documentation does need updating either update it by creating a PR (preferred) or request a documentation update.
Thank you for your Pull Request!